encryptionEnabled

@get:JvmName(name = "getEncryptionEnabled")
@set:JvmName(name = "setEncryptionEnabled")
var encryptionEnabled: Boolean
Whether to send encrypted or decrypted packets to MQTT.
This parameter is only honoured if you also set server
(the default official mqtt.meshtastic.org server can handle encrypted packets)
Decrypted packets may be useful for external systems that want to consume meshtastic packets

bool encryption_enabled = 5;